home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtspacketizerreassembler / imaaudiortp / headers / imaaudiortpresources.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  1.0 KB  |  48 lines

  1. /*
  2.     File:        IMAAudioRTPResources.h
  3.  
  4.     Contains:    Declarations for IMA Audio RTP component resources
  5.  
  6.     Copyright:    © 1997-1999 by Apple Computer Inc. all rights reserved.
  7.  
  8. */
  9.  
  10.  
  11.  
  12. #ifndef __RTPRSSMCOMPONENTVIDEORESOURCES__
  13. #define __RTPRSSMCOMPONENTVIDEORESOURCES__
  14.  
  15.  
  16.  
  17. /* ---------------------------------------------------------------------------
  18.  *        H E A D E R S
  19.  * ---------------------------------------------------------------------------
  20.  */
  21.  
  22. #ifdef REZ
  23. #    define thng_RezTemplateVersion    2    /* use extended 'thng' resource with resource map */
  24. #    include "Components.r"
  25. #    include "RTPDefines.h"
  26. #else
  27. #    include <Components.h>
  28. #    include <QTStreamingComponents.h>
  29. #endif /* REZ */
  30.  
  31.  
  32.  
  33. #include "IMAAudioRTP.h"
  34.  
  35.  
  36.  
  37. /* ---------------------------------------------------------------------------
  38.  *        M A C R O S
  39.  * ---------------------------------------------------------------------------
  40.  */
  41.  
  42. #define IMA_AUDIO_PROTOCOL_ENCODING_STRING    "X-Sample-IMA-ADPCM-4-1-v0"
  43. #define IMA_AUDIO_HI_ENCODING_STRING        "Sample IMA 4:1 Audio"
  44.  
  45.  
  46.  
  47. #endif /* __RTPRSSMCOMPONENTVIDEORESOURCES__ */
  48.